home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 140
/
(Vol 140) Sep 19 2011.iso
/
Games
/
battle_of_the_bands.swf
/
scripts
/
gameOuter.as
< prev
next >
Wrap
Text File
|
2011-09-19
|
465b
|
24 lines
package
{
import flash.display.MovieClip;
import flash.display.SimpleButton;
public dynamic class gameOuter extends MovieClip
{
public var mainMenu_btn:SimpleButton;
public var summer_sounds_btn:SimpleButton;
public var koko_btn:SimpleButton;
public var currys_link_btn:SimpleButton;
public function gameOuter()
{
super();
}
}
}